deleteSongs

Deletes one or more existing songs.

Sample Request

<mmRequest command="deleteSongs" station="ID" [version="1"] [client=""] [userData=""]>
	<contents>
		<songList>
			<song [songId="1"] [cutId="x"] [catID="1"] [category="A"]>
			</song>
		</songList>
	</contents>
</mmRequest>

Request Notes

The actual delete request is provided in the contents/songList section.

 

Include one song tag for each song you wish to update. The songId attribute must specify the MusicMaster id number of the song to update. Alternatively, you may use the cutId attribute to specify the song. These deletes cannot be undone.

 

You can also specify the category so when a song is in more than one category, you can target the specific instance you wish to work with. You can do this either by category ID (available via getCategoryList) or by the actual user category code.

Sample Reply

<mmReply command="deleteSongs" station="ID" version="1" [userData=""] status="ok" />

Compatibility and Version Info

Available in MusicMaster PRO 4.0sr17 and later

Added cutId support with API revision 5005